home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / echoent < prev    next >
Text File  |  1991-11-22  |  2KB  |  57 lines

  1.  
  2.    7.1.5 ECHO ENTITY
  3.  
  4.  
  5. The ECHO ENTITY command is used to suppress selectively the graphics display
  6. for a set of entities or to re-echo the graphics display for all entities.
  7.  
  8. The command is mainly used prior to plotting where certain entities or types
  9. of entities are not required for the plot.
  10.  
  11.  
  12.    COMMAND FORMAT
  13.  
  14.       #ECHO ENTITY modifiers [CR]
  15.  
  16.          or
  17.  
  18.       #ECHO ENTITY OFF :Ent x1 x2 ... xn
  19.  
  20. If the OFF modifier is used, all entities identified via IDENTS will no
  21. longer be displayed and will remain invisible to IDENTS until re-echoed.
  22. The remaining modifiers act upon the whole database.
  23.  
  24.  
  25.    MODIFIERS
  26.  
  27. ALL            Will re-echo all entities previously echoed off.
  28.  
  29. ENTITY         The ENTITY modifier is used to enter a further set of three
  30.                modifiers used to toggle selectively the display of specified
  31.                entity types.
  32.  
  33. .CPOINT        Used to toggle the display of cpoint entities. The modifier
  34.                can be followed by one of three keywords:
  35.  
  36.                   ON    Echo all cpoints on.
  37.  
  38.                   OFF   Echo all cpoints off.
  39.  
  40.                   DOT   Echo all cpoints as a dot ( single pixel ).
  41.  
  42. .TNODE         Used to toggle the display of tnode entities. ( As above ).
  43.  
  44. .SYMORG        Used to toggle the display of symbol origins. ( As above ).
  45.  
  46.                The three entitity types above are generally not required
  47.                on output plots. Any plotting command that drives a pen
  48.                plotter will not plot these entity types anyway, but the
  49.                PLOT RASTER command - used to create raster files for matrix
  50.                plotters - will plot anything that appears on the display so
  51.                it may be necessary to inhibit the display of these entities.
  52.  
  53. OFF            The OFF modifier is used suppress the graphics for any entity
  54.                identified via IDENTS.
  55.  
  56.  
  57.